@charset "utf-8";
.common-box{
    padding:100px 0;
}
.title{
    margin-bottom: 20px;
}
.title h1{
    font-size: 50px;
    font-weight: bold;
    margin:0;
}
.title i{
    display: block;
    width:40px;
    border-bottom: 2px solid #ea2627;
    padding:5px 0;
}
.title p{
    color:#b9b9b9;
    font-size: 30px;
}
@media screen and (max-width:768px){

    .title h1{
        font-size: 30px;
        font-weight: bold;
        margin:0;
    }
    .title i{
        display: block;
        width:40px;
        border-bottom: 2px solid #ea2627;
        padding:5px 0;
    }
    .title p{
        color:#b9b9b9;
        font-size: 20px;
    }
}
/* 产品 */
.product{
    background:#fff;
}
.more{
    text-align: right;
    margin-top:10px;
}
.more a{
    display:inline-block;
    width:140px;
    height:35px;
    line-height: 35px;
    text-align: center;
    background:#ea2627;
    color:#fff;
}
.product-content .product-list{
    width:20%;
}
.product-content .product-list ul li{
    padding:13px 5px;
    border-bottom:1px dotted #ddd;
}
.product-content .product-list ul li i{
    display: inline-block;
    width:10px;
    height:10px;
    border:1px solid #ddd;
    border-radius: 50%;
    margin:0 7px 1px 0;
}
.product-content .product-list ul li.active a{
    color:#ea2627;
    font-weight: bold;
}
.product-content .product-list ul li:hover a{
    color:#ea2627;
    font-weight: bold;
}
.product-content .product-list ul li:hover i{
    border:1px solid #ea2627;
}
.product-content .product-list ul li.active i{
    border:1px solid #ea2627;
}
.product-content .product-img{
    width:78%;
}
.product-content .product-img .product-img-left{
    width:79%;
}
.product-content .product-img .product-img-left img{
    width:100%;
}
.product-content .product-img .product-img-right{
    width:20%;
    text-align: right;
}
.product-content .product-img .product-img-right ul li{
    margin-bottom: 10px;
    height:124.5px;
    overflow: hidden;
}
.product-content .product-img .product-img-right ul li a{
    display: inline-block;
    width:95%;
}
.product-content .product-img .product-img-right ul li a img{
    width:100%;
}
.product-content .product-img .product-img-right ul li i{
    display: inline-block;
    width:3px;
    height:100%;
    background:#ddd;
    position: relative;
    right:-4px;
    display: none;
}
.product-content .product-img .product-img-right ul li i::before{
    content:'';
    display: inline-block;
    width:5px;
    border-right:4px solid #ddd;
    border-left:5px solid transparent;
    border-top:5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top:40%;
    right:2px;
}
.product-content .product-img .product-img-right ul li.active i{
    display: inline-block;
}
.product-content .product-img .product-img-right ul li:hover i{
    display: inline-block;
}

/* 手机端产品中心 */
.mb-product-content .row>div{
    margin-bottom:10px;
}
.mb-product-content .mb-product-img img{
    width:100%;
}
.mb-product-content p{
    text-align: center;
}

@media screen and (max-width:768px){
    .common-box{
        padding:40px 0;
    }
    .more{
        margin-top:0;
    }
    .more a{
        display:inline-block;
        width:90px;
        height:25px;
        line-height: 25px;
        font-size: 13px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .product-content .product-list ul li{
        padding:8px 5px;
    }
    .product-content .product-img .product-img-right ul li{
        height:100px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .product-content .product-list ul li{
        padding:7px 5px;
        font-size: 12px;
    }
    .product-content .product-img .product-img-right ul li{
        height:78px;
    }
}

/* 生产流程 */
.process{
    background:#f4f4f4;
    padding-top:80px;
}
.process-partner ul{
    overflow: hidden;
}
 .process-partner ul li{
    float:left;
    height:140px;
    width:25%;
    background:#474a4f;
    color:#fff;
    padding: 40px 30px;
}
 .process-partner ul li:nth-child(4){
    padding:40px 30px;
}
 .process-partner ul li:nth-child(3) img{
    height:35px;
}
 .process-partner ul li:nth-child(4) img{
    width:100px;
}
 .process-partner ul li p{
    padding-top:5px;
}
 .process-partner ul li:nth-child(2), .process-partner ul li:nth-child(4){
    background:#4c4f55;
}
@media screen and (max-width:992px) {
     .process-partner ul li{
        height:140px;
        width:50%;
    }
    .process-partner ul li:nth-child(2),.process-partner ul li:nth-child(3){
        background:#4c4f55;
    }
    .process-partner ul li:nth-child(1), .process-partner ul li:nth-child(4){
        background:#474a4f;
    }
    .process-partner ul li:nth-child(2) img{
        width:100px;
    }
}

/* @media screen and (max-width:768px) {
   
} */
.process-content{
    margin-top:60px;
}
.zs-tel{
    width:300px;
    height:35px;
    line-height: 35px;
    text-align: center;
    background:#ea2627;
    margin-top:10px;
}
.zs-tel a{
    color:#fff;
}
.process-intro{
    background:url(../img/lc-bg.jpg) no-repeat center bottom;
    height:390px;
}
.process-steps {
    position: relative;
}

.silder_nav{
    margin:40px 0;
    text-align: center;
}
.silder_nav li{
    display: inline-block;
    padding:8px 0;
    background:#fff;
    border-radius: 20px;
    /* margin:10px 10px; */
    position: relative;
}
.silder_nav li.swiper-slide-thumb-active{
    background:#ea2627;
}
.silder_nav li.swiper-slide-thumb-active a{
    color:#fff;
}
.silder_nav li i{
    display: inline-block;
    width:6px;
    border-top:6px solid #ea2627;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom:-11px;
    left:45%;
    display: none;
}
.silder_nav li.swiper-slide-thumb-active i{
    display: block;
}
.silder_nav li:hover{
    background:#ea2627;
}
.silder_nav li:hover a{
    color:#fff;
}
.silder_nav li:hover i{
    display: block ;
}
.silder_con{
    padding:100px 0;
    text-align: center;
}
.silder_con a{
    color:#fff;
}
.gallery-top{
    width:80%;
}
.swiper-button-next, .swiper-button-prev{
    top:65% !important;
}

@media screen and (max-width:992px) {
    .zs-tel{
        width:100%;
        margin-bottom:15px;
    }
    .process .title{
        margin:0;
    }
    .swiper-button-next, .swiper-button-prev{
        top:60% !important;
    }
}


@media screen and (max-width:568px) {
    .silder_nav li i{
        left:32%;
    }
    .silder_nav li{
        font-size: 12px;
    }
    .silder_con{
        padding:80px 0;
    }
}





/* 生产中心 */
.production{
    background:#fff;
}
.production .row>div{
    height:180px;
    margin-bottom: 20px;
}
.production .production-img{
    width:100%;
}
.production .production-img img{
    width:100%;
    height:100%;
    transition: all 0.5s;
}
.production .production-img img:hover{
    transform: scale(1.1);
}
.production-title{
    text-align: center;
}
.production-title i{
    margin:0 auto;
}
.production-title a{
    display: block;
    margin:30px auto;
    width:150px;
    height:30px;
    line-height:30px;
    color:#fff;
    background:#ea2627;
}

@media screen and (min-width:992px) and (max-width:1199px){
    .production .row>div{
        height:147px;
    }
    .production-title h1{
        font-size: 35px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .production .row>div{
        height:220px;
    }
    .production-title h1{
        font-size: 35px;
    }
}
@media screen and (max-width:768px){
    .production .row>div{
        height:auto !important;
    }
    .production-title h1{
        font-size: 25px;
    }
    .production-title a{
        margin:10px auto;
    }
}

/* 优势 */
.youshi-box{
    overflow: hidden;
}
.youshi-box .youshi-content{
    float:left;
    width:25%;
    background:#fff;
    height:140px;
    padding:45px 30px;
}
.youshi-box .youshi-content h1{
    font-size:26px;
    font-weight: bold;
    margin:0;
    position: relative;
}
.youshi-box .youshi-content h1::before{
    content:'';
    display: inline-block;
    width:3px;
    height:20px;
    background:#ea2627;
    position: absolute;
    top:4px;
    left:-12px;
}
.youshi-box .youshi-content:nth-child(2),.youshi-box .youshi-content:nth-child(4){
    background:#fcfcfc;
}
@media screen and (max-width:992px) {
    .youshi-box .youshi-content{
        height:140px;
        width:50%;
    }
    .youshi-box .youshi-content:nth-child(2),.youshi-box .youshi-content:nth-child(3){
        background:#fcfcfc !important;
    }
    .youshi-box .youshi-content:nth-child(1),.youshi-box .youshi-content:nth-child(4){
        background:#fff !important;
    }
    .youshi-box .youshi-content h1{
        font-size: 20px;
    }
}


/* 为什么选择我们 */
.why{
    background:#fff;
}
.why-img img{
    width:100%;
}
.why-content .why-intro{
    padding-right:30px;
    padding-bottom:50px;
}
.why-content .why-intro h1{
    font-size: 100px;
    font-weight: bold;
}
.why-content .why-intro i{
    display: block;
    width:30px;
    height:2px;
    background:#ea2627;
    margin-left:10px;
    margin-bottom: 30px;
}

.why-content .why-intro h2{
    font-weight: bold;
    color:#ea2627;
    font-size: 40px;
    margin:0;
}
.why-box{
    position: relative;
    height:475px;
}
.why-content .why-intro .why-text{
    margin-top:20px;
    line-height: 25px;
}

.swiper-pagination-bullet{
    width:15px !important;
    height:15px !important;
    margin-right:8px;
}
.swiper-pagination-bullet-active{
    background:#ea2627 !important;
}
.swiper-pagination{
    bottom:20px !important;
    left:20px !important;
}

@media screen and (max-width:992px) {
    .why-content .why-intro h1{
        font-size: 60px;
    }
    .why-content .why-intro h2{
        font-size: 26px;
    }
    .why-content .why-intro{
        padding-right:0;
        padding-bottom:0;
    }
    .why-box{
        height:410px;
    }
}


/* 公司介绍 */

.about-intro{
    background:#fff;
    box-shadow: 0 0 10px #ddd;
    padding:70px 40px 20px 40px;
}
.about-intro .about-content{
    width:95%;
}
.about-intro .about-content h1{
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
.about-intro .about-content p{
    font-size: 14px;
    line-height: 25px;
    margin-top:10px;
}
.about-intro .more{
    display: block;
    width:140px;
    height:35px;
    background:#ea2627;
    color:#fff;
    text-align: center;
    line-height: 35px;
}
@media screen and (max-width:992px) {
    .about-intro{
        background:#fff;
        box-shadow: 0 0 10px #ddd;
        padding:50px 20px 20px 20px;
    }
    .about-intro .row>div.pull-right{
        padding-left:0;
    }
}


/* 新闻资讯 */
.news{
    padding-bottom:100px;
}
.news-title .dot{
    display: inline-block;
    width:5px;
    height:5px;
    background:#b9b9b9;
    border-radius: 50%;
    margin:2px 2px 7px 2px;
}
.news .news-img img{
    width:100%;
}
.news .news-nav ul{
    overflow: hidden;
}
.news .news-nav ul li{
    float: right;
    width:140px;
    height:35px;
    line-height: 35px;
    background:#fff;
    text-align: center;
}
.news .news-nav ul li.active{
    background:#3c3f43;
    color:#fff;
}
.news .news-nav ul li.active a{
    color:#fff;
}
.news .news-list{
    margin-top:35px;
}
.news .news-intro{
    padding:15px 0;
    margin-left:10px;
    border-bottom: 1px solid #ddd;
}
.news .news-intro>a{
    display: block;
    width:90%;
    margin:0 auto;
}
.news .news-intro h1{
    font-size: 16px;
    margin:0;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}
.news .news-intro h1::before{
    content:'';
    display: inline-block;
    width:13px;
    height:4px;
    background:#ea2627;
    position: absolute;
    top:7px;
    left:-20px;
}
.news .news-intro h1:hover{
    color:#ea2627;
}
.news .news-intro p{
    font-size: 14px;
    color:#999;
}

@media screen and (max-width:992px) {
    .news{
        padding-bottom:50px;
    }
    .news .news-nav ul li{
        width:50%;
       margin:20px 0 0 0;
    }
    .foot-contact{
        width:100%;
        text-align: center;
    }
    .footer .foot-contact .er .er-box{
        margin:0 10px;
    }
    .foot-nav{
        display: none;
    }
}